home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / gxsurf_i.c < prev    next >
Encoding:
C/C++ Source or Header  |  2007-08-30  |  2.1 KB  |  81 lines

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3.  
  4. /* link this file in with the server and any clients */
  5.  
  6.  
  7. /* File created by MIDL compiler version 5.01.0164 */
  8. /* at Thu Aug 30 19:50:40 2007
  9.  */
  10. /* Compiler settings for d:\tc14\tcintf\gxsurf.idl:
  11.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  12.     error checks: allocation ref bounds_check enum stub_data 
  13. */
  14. //@@MIDL_FILE_HEADING(  )
  15. #ifdef __cplusplus
  16. extern "C"{
  17. #endif 
  18.  
  19.  
  20. #ifndef __IID_DEFINED__
  21. #define __IID_DEFINED__
  22.  
  23. typedef struct _IID
  24. {
  25.     unsigned long x;
  26.     unsigned short s1;
  27.     unsigned short s2;
  28.     unsigned char  c[8];
  29. } IID;
  30.  
  31. #endif // __IID_DEFINED__
  32.  
  33. #ifndef CLSID_DEFINED
  34. #define CLSID_DEFINED
  35. typedef IID CLSID;
  36. #endif // CLSID_DEFINED
  37.  
  38. const IID IID_Contours = {0x6A481157,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  39.  
  40.  
  41. const IID IID_Facets = {0x6A481156,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  42.  
  43.  
  44. const IID IID_Nodes = {0x6A481155,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  45.  
  46.  
  47. const IID IID_Edges = {0x6A481154,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  48.  
  49.  
  50. const IID IID_Normals = {0x6A48115E,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  51.  
  52.  
  53. const IID IID_IContour = {0x6A48115B,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  54.  
  55.  
  56. const IID IID_INode = {0x6A48115A,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  57.  
  58.  
  59. const IID IID_IFacet = {0x6A481159,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  60.  
  61.  
  62. const IID IID_IEdge = {0x6A481158,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  63.  
  64.  
  65. const IID IID_INormal = {0x6A48115C,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  66.  
  67.  
  68. const IID IID_ISurface = {0x6A481153,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  69.  
  70.  
  71. const IID LIBID_GXSurfLib = {0x6A481409,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  72.  
  73.  
  74. const CLSID CLSID_XSurface = {0x6A481810,0xE531,0x11CF,{0xA1,0x15,0x00,0xA0,0x24,0x15,0x8D,0xAF}};
  75.  
  76.  
  77. #ifdef __cplusplus
  78. }
  79. #endif
  80.  
  81.